home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pull230.arc / UPGRADE.DOC < prev    next >
Text File  |  1990-10-15  |  9KB  |  212 lines

  1.   -------------------------------
  2.     PullDown v2.17
  3.     Upgrade Instructions
  4.     Addendum file: UPGRADE.DOC
  5.   -------------------------------
  6.  
  7.   UPGRADING:
  8.   *********
  9.   Reinstall only the following files:
  10.   PULLDWN1.EXE  *OR*  PULLDWN1.EXE in P286386.ZIP, the 286+ version
  11.  
  12.   Examine the following for new syntax examples and policy changes:
  13.   *.DEF  (In particular ADVANCED.DEF)
  14.   PULL230.DOC
  15.   REGFORM.DOC
  16.  
  17.   The system will automatically upgrade your copy and reinitialize the
  18.   PULLDWN.CNF configuration file.  NOTE that if you upgrade and then try
  19.   to run an OLDER version of PULLDWN1.EXE, that the software will declare the
  20.   .CNF file corrupt and delete it, thus requiring that you re-register the
  21.   software.
  22.  
  23. ** CHANGE IN COMMAND LINE PARAMATER PASSING v2.01 to any higher version **
  24. The & command now behaves exactly as the +BatchCommand.  The system now
  25. passes the paramters to a command line, in the order entered by the user.
  26. Use +YourProg %1 where you used &YourProg before.  Multiple prompts will
  27. require modification.  Input CAN be forced to be non-blank to ensure
  28. that your carefully designed batch files will not be fooled with blank
  29. parameters...
  30.  
  31. IF YOU HAVE LOST YOUR REGISTRATION NUMBER:
  32. Call one support BBS, or drop a note in the mail.  See the documentation in
  33. REGFORM.DOC for pricing on upgrade diskettes, and different sizes are now
  34. available.  There is NEVER a charge to upgrade to a copy you download from any
  35. BBS.  Latest always posted on the Tech Support BBSs.... You can get
  36. the latest 286/386 overlay version from the tech support BBS's, but you will
  37. need to ask for the password to unzip it first.  No charge.....
  38.  
  39.     OTHER INFORMATION
  40. -------------------------------------------------------------------------------
  41. To upgrade to the 286/386 specific version, delete PULLDWN1.EXE and
  42. unzip P286386.ZIP PULLDWN1.EXE. The 286/386 version will FAIL on a V-20 or
  43. 808x processor based system.
  44.  
  45.     UPDATE HISTORY
  46. -------------------------------------------------------------------------------
  47.  
  48. All versions AUTOMATICALLY upgrade the .CNF file.... please do not attempt to
  49. go backwards as the byte count of the configuration file will be invalid.
  50.  
  51. v2.17 to v2.30
  52. ==============
  53. - New syntax for HLP files.
  54. - LOADFILE=ValidPath[,CommentHeading] - Powerful & elegant file loading
  55.   dialog - 286/386 overlay version now available.. Larger on disk, smaller in
  56.   memory, slower to load and execute.  Call the tech support BBS for both
  57.   of the 286/386 specific versions.  Download the overlay version ONLY if
  58.   you have a fast 80386 or better (25 Mhz+).  Otherwise, download the
  59.   compact fully loading version.
  60. - Extensive pathing support for LAN installations and custom requirements
  61. - Correction of omission in PULLDWN.BAT for wise use of ERRORLEVEL, which
  62.   is set non-zero by PULLDWN1.EXE on fatal error exits.
  63. - Upgrade of the complimentary utility VFILE.COM - now with internal
  64.   file loading system.
  65. - !AUTO! .DEF keyword command will automatically execute a selected set
  66.   of ANY valid .DEF commands.  See AUTOEX.DEF on how this is done.  Also,
  67.   new command line parameter to force PullDown to ignore the !AUTO! presence
  68.   is IGNOREAUTO.
  69. - Flexible LAN class pathing support for multiple pathing options as
  70.   needed.  ***
  71.  
  72. Upgrade Notes: **IMPORTANT** Syntax change within *.HLP files
  73. =============================================================
  74. In order to better eliminate the chance of duplication of HELP file headings
  75. withing .HLP files, PullDown now REQUIRES the %TitleString format for the
  76. headings. e.g. what used to be Help for %Quattro Pro:
  77.  
  78.    Quattro Pro
  79.    Help Text
  80.    .
  81.    .
  82.    .
  83.    ###
  84.  
  85. is now...........
  86.  
  87.    %Quattro Pro
  88.    Help Text
  89.    .
  90.    .
  91.    .
  92.    ###
  93.  
  94. This is also true for ALL SCROLLBOX=File,Heading$ calls.  Do NOT place the
  95. leading % indicator inside the SCROLLBOX calls.... instead, place the leading
  96. % indicator in front of all of your existing Heading$ positions.  Please note
  97. also that all leading/trailing blanks within a defined title are stripped
  98. when the search for the heading is conducted.  So, if you had a definition
  99. like this in a .DEF file:
  100.  
  101.    %  Quattro Pro
  102.    ..
  103.  
  104. The help file heading is STILL only:
  105.  
  106.    %Quattro Pro
  107.    .
  108.    .
  109.    ###
  110.  
  111.  
  112. ** PLEASE READ PULL230.ZIP! ***
  113.  
  114. v2.15 to v2.17
  115. ==============
  116. - REQUIRED and NOTREQUIRED keywords to toggle forcing of non-blank user
  117.   reply to ?Input Commands.
  118. - Minor cosmetic change in PLEASE WAIT initial flag... full box was bothering
  119.   the author.
  120. - DOS v2.xx now confirmed to be supported, but not desirable due to absence
  121.   of ability to retrieve the path to the executing program.  That is,
  122.   PullDown MIGHT not run correctly when no path is returned.  This condition
  123.   is not tolerable.
  124. - Policy change: P286386.ZIP with the 80286+ version now available to all
  125.   callers on the tech support BBS.  (Popular)
  126.  
  127. v2.01 to v2.15
  128. ==============
  129. NOTICE: The version number belies the extent of the upgrade.  This is not
  130. typical ".xx" upgrade.
  131.  
  132. * New keywords and features in .DEF files:
  133.  
  134.   - SCROLLBOX=HelpFileSpec,HeadingString
  135.     ) Pops a user-defined scrollable help box, just like F1
  136.     ) Up to 50 lines, 69 characters max line width
  137.   - ABORT
  138.     ) Halts menu execution.  Usually used in demo files (see ADVANCED.DEF
  139.       for specfic examples) or after a SCROLLBOX call on a HELP ONLY
  140.       menu selection.
  141.   - OKBOX=TextString
  142.     ) Pops the familiar <Ok> dialog box with text in it.  Pressing ESC
  143.       will halt menu execution, ENTER continues.
  144.   - ?PromptString replies now carried directly to a command line, so that
  145.     all batch language extensions are supported.  & is now treated as a +
  146.  
  147. * Fault trap: width of top menu items in total too large.
  148. * Fault trap: too many menu items loaded for desired screen mode.
  149.   e.g. user has a 39 line menu loaded and selects 25 line screen mode.
  150.   System will simply go to highest number of rows supported by monitor
  151.   to accomodate the menu selections in memory.  On load, a file that is
  152.   too long is truncated with only one <Ok> dialog popping on the
  153.   screen.
  154. * Password (Optional) to Exit to Dos
  155. * Password (Optional) to Modify Options/Colors
  156. * Internally dialog boxed options menu, command line support
  157.   deleted....
  158. * Debugging messages displayed on startup ONLY if DEBUG is on the command line.
  159. * 43 line VGA mode support
  160. * Video mode change "on the fly" on exit from options menu
  161. * Attempt to deal with the LogiTech Mouse on exit when mouse disabled
  162. * Correction of very occasional failure to accurately read a QEDIT created
  163.   text file as a .DEF
  164. * Passwords no longer echoed to screen
  165.  
  166. Other Versions:
  167. -------------------------------------------------------------------------------
  168.  
  169. v2.00 to v2.01
  170. ==============
  171. * Bug fix... HIRES failure to set screen mode before configuration.
  172.  
  173. v1.11 to v2.00
  174. ==============
  175. Major upgrade. Following features added to the system:
  176. * Command line supports for configurations not previously offered:
  177.   NOMOUSE  COLORPASS  HIRES LOWRES  BLANKFLAG  FASTMOUSE  SUPERMOUSE
  178.   RESUME CANCEL NUMON NUMOFF
  179. * .DEF file support for the following new features:
  180.   Passwords, Command line paramters with user-defined prompts (up to 10, with
  181.   reset/nest), <Yes> <No> Dialog Box with user-defined messaging, .DEF file nesting
  182.   (branching)
  183. * SET PULLDWN=D:\Path override option
  184. * Parse/Load time minimized, and speed of system on selection increased manyfold.
  185.   Overall load speed up about 5x over v1.00
  186. * Availability of a true 286/386 specific overlay version with EMS support.
  187.   (Registered only)...........
  188. * Availability of custom versions for Consultants/Dealers and Customers.
  189.  
  190. v1.10 to v1.11
  191. ==============
  192. Upgraded Screen Blank routine to show screen on any mouse button press, (all
  193. three on a three button mouse), or any mouse movement at all.  Updated
  194. documentation.
  195.  
  196. v1.00 to v1.10
  197. ==============
  198. * Mouse sensitized the FKey definitions on screen
  199. * Disabled Right Mouse Button and corrected kludge in 1.00 of exiting without
  200.   warning on mouse click outside windows.
  201. * Corrected CGA detection error.  Color is now assumed on all systems EXCEPT
  202.   Hercules Adapter/Old Monochrome
  203. * On error, batch file is erased.
  204. * Registered user name is validated and displayed on exit
  205. * Mouse color is always inverted on both front and back (avoids a disappearing
  206.   mouse!)
  207.  
  208. .5 OMEGA and .8
  209. ===============
  210. Versions under 1.00 do not have color and a host of features like the help
  211. subsystem.  Admittedly these were trivial versions in trial mode only.
  212.